Skip to content

feat: migrate KeyboardStickyView to reanimated#1307

Draft
kirillzyusko wants to merge 1 commit intomainfrom
fix/sticky-view-reanimated-again
Draft

feat: migrate KeyboardStickyView to reanimated#1307
kirillzyusko wants to merge 1 commit intomainfrom
fix/sticky-view-reanimated-again

Conversation

@kirillzyusko
Copy link
Copy Markdown
Owner

@kirillzyusko kirillzyusko commented Feb 10, 2026

📜 Description

💡 Motivation and Context

Closes #1306 #1273

📢 Changelog

JS

iOS

Android

🤔 How Has This Been Tested?

📸 Screenshots (if appropriate):

📝 Checklist

  • CI successfully passed
  • I added new mocks and corresponding unit-tests if library API was changed

@kirillzyusko kirillzyusko self-assigned this Feb 10, 2026
@kirillzyusko kirillzyusko added 🐛 bug Something isn't working KeyboardStickyView 🩹 Anything related to KeyboardStickyView component labels Feb 10, 2026
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Feb 10, 2026

📊 Package size report

Current size Target Size Difference
311843 bytes 312058 bytes -215 bytes 📉

@kirillzyusko kirillzyusko added refactor You changed the code but it didn't affect functionality and removed 🐛 bug Something isn't working labels Feb 10, 2026
@SamuraiF0x
Copy link
Copy Markdown

While at it, it would be nice to also allow reanimated shared values for the offset values :)

@kirillzyusko
Copy link
Copy Markdown
Owner Author

@SamuraiF0x what is the use case of having "animated" offset? 🤔 Or why do you want to have padding as a shared value?

@SamuraiF0x
Copy link
Copy Markdown

@kirillzyusko It’s so I can animate the offset when closed, based on toolbar visibility - the toolbar visibility toggles depending on whether there is content inside input

@kirillzyusko kirillzyusko force-pushed the fix/sticky-view-reanimated-again branch from aa0c069 to d991aa7 Compare April 16, 2026 09:43
@kirillzyusko kirillzyusko force-pushed the fix/sticky-view-reanimated-again branch from d991aa7 to 84c320d Compare April 20, 2026 11:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

KeyboardStickyView 🩹 Anything related to KeyboardStickyView component refactor You changed the code but it didn't affect functionality

Projects

None yet

Development

Successfully merging this pull request may close these issues.

KeyboardStickyView disappears when keyboard becomes visible

2 participants